One bigger Virtual Machine distributed across many OpenStack nodes [duplicate]
Posted
by
flyer
on Server Fault
See other posts from Server Fault
or by flyer
Published on 2013-10-22T12:13:01Z
Indexed on
2013/11/09
4:00 UTC
Read the original article
Hit count: 388
This question already has an answer here:
I just setup virtual machines on one hardware with Vagrant. I want to use a Puppet to configure them and next try to setup OpenStack. I am not sure If I am understanding how this should look at the end. Is it possible to have below architecture with OpenStack after all where I will run one Virtual Machine with Linux?
-------------------------------
| VM with OS |
-------------------------------
| NOVA | NOVA | NOVA |
-------------------------------
| OpenStack |
-------------------------------
| Node | Node | Node |
-------------------------------
More details:
In my environment Nodes are just virtual machines, but my question concerns separate Hardware nodes. If we imagine this Nodes(Novas) are placed on a separate machines (e.g. every has 4 cores) can I run one Virtual Machine across many OpenStack Nodes? Is it possible to aggregate the computation power of OpenStack in one virtual distributed operating system?
© Server Fault or respective owner